projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a0721
)
* Makefile.in (top_distclean): Use -f switch when cleaning out
author
Jim Blandy
<jimb@redhat.com>
Sat, 19 Jun 1993 21:05:21 +0000
(21:05 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 19 Jun 1993 21:05:21 +0000
(21:05 +0000)
lock dir; it might be empty.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 0f67123d62bc9a770b1f43ebb31fc037dfd013ef..630df20da7e51dc0011093acb6f310745793d4df 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-452,7
+452,7
@@
clean: FRC.clean
top_distclean=\
rm -f config.status build-install ; \
rm -f Makefile ${SUBDIR_MAKEFILES} ; \
- (cd lock ; rm *)
+ (cd lock ; rm
-f
*)
distclean: FRC.distclean
(cd src; make ${MFLAGS} distclean)
(cd oldXMenu; make ${MFLAGS} distclean)